
6/6/2022 Added *OPC? queries in python full 1 port calibration and full 2 port calibration examples.

11/29/2021 Removed visual studio temp files to reduce the file size of examples. The size went down from 220 MB to 14 MB unzipped and 50 MB to 3 MB zipped.
           Updated C++ measure cycletime example to hold the console window open after measurement is done
           Cleaned up C++ COM example

9/15/2021 Modified C++ SCPI simple example to measure S11 Real and imag instead of S21 logmag. Removed variable MaxCnt.

5/20/2021 Added Gettings started document
	  Replaced python SCPIexample with a new example which uses simpler syntax for sending SCPI commands. Specifically, instead of 
          using write_ascii_values (), new example uses write()
          Added more python SCPI examples. Including binary data transfer with TCP/IP socket and Hislip. Full 1 port and 2 port calibration. Automate multiple VNAs example.
          Added python get started video showing how to establish socket connection to the VNA software
	  Added a simpler C# SCPI example. automate multiple VNAs example.
	  Replaced MATLAB SCPI example with a simpler one which has correct VNAread() function so it does not break when using a lot of points
	  Added VBA Excel SCPI example
          Added C++ cycletime example